home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 February / Pcwk022003a.iso / Top10Freeware / PL / GreatFamily 1.1 / GF_Setup.exe / AppDir\greatfamily.exe / 0 / RCDATA / TPERSBROWSER / TPERSBROWSER.txt
Encoding:
Text File  |  2002-04-04  |  3.8 KB  |  185 lines

  1. object PersBrowser: TPersBrowser
  2.   Left = 91
  3.   Top = 221
  4.   Width = 330
  5.   Height = 304
  6.   ActiveControl = Edit1
  7.   BorderStyle = bsSizeToolWin
  8.   Caption = 'Name Search'
  9.   Color = clBtnFace
  10.   Constraints.MinWidth = 322
  11.   Enabled = False
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   FormStyle = fsStayOnTop
  18.   OldCreateOrder = True
  19.   PrintScale = poNone
  20.   OnActivate = FormActivate
  21.   OnClose = FormClose
  22.   OnCreate = FormCreate
  23.   OnDeactivate = FormDeactivate
  24.   OnResize = FormResize
  25.   OnShow = FormShow
  26.   PixelsPerInch = 96
  27.   TextHeight = 13
  28.   object Panel1: TPanel
  29.     Left = 0
  30.     Top = 241
  31.     Width = 322
  32.     Height = 35
  33.     Align = alBottom
  34.     BevelOuter = bvLowered
  35.     BorderWidth = 3
  36.     TabOrder = 2
  37.     object Panel2: TPanel
  38.       Left = 162
  39.       Top = 4
  40.       Width = 78
  41.       Height = 27
  42.       Align = alRight
  43.       BevelOuter = bvNone
  44.       TabOrder = 2
  45.       object Button2: TButton
  46.         Left = 2
  47.         Top = 1
  48.         Width = 73
  49.         Height = 25
  50.         Caption = '&Go to person'
  51.         Default = True
  52.         TabOrder = 0
  53.         OnClick = Button2Click
  54.       end
  55.     end
  56.     object Panel5: TPanel
  57.       Left = 240
  58.       Top = 4
  59.       Width = 78
  60.       Height = 27
  61.       Align = alRight
  62.       BevelOuter = bvNone
  63.       Caption = 'Panel5'
  64.       TabOrder = 3
  65.       object Button3: TButton
  66.         Left = 2
  67.         Top = 1
  68.         Width = 73
  69.         Height = 25
  70.         Cancel = True
  71.         Caption = '&Close'
  72.         TabOrder = 0
  73.         OnClick = Button3Click
  74.       end
  75.     end
  76.     object Panel6: TPanel
  77.       Left = 6
  78.       Top = 4
  79.       Width = 78
  80.       Height = 27
  81.       Align = alRight
  82.       BevelOuter = bvNone
  83.       Caption = 'Panel6'
  84.       TabOrder = 0
  85.       object Button1: TButton
  86.         Left = 2
  87.         Top = 1
  88.         Width = 73
  89.         Height = 25
  90.         Caption = '&Refresh'
  91.         TabOrder = 0
  92.         OnClick = FormShow
  93.       end
  94.     end
  95.     object Panel7: TPanel
  96.       Left = 84
  97.       Top = 4
  98.       Width = 78
  99.       Height = 27
  100.       Align = alRight
  101.       BevelOuter = bvNone
  102.       Caption = 'Panel6'
  103.       TabOrder = 1
  104.       object Button4: TButton
  105.         Left = 2
  106.         Top = 1
  107.         Width = 73
  108.         Height = 25
  109.         Caption = '&Edit person'
  110.         TabOrder = 0
  111.         OnClick = Button4Click
  112.       end
  113.     end
  114.   end
  115.   object Panel3: TPanel
  116.     Left = 0
  117.     Top = 0
  118.     Width = 322
  119.     Height = 30
  120.     Align = alTop
  121.     BevelOuter = bvLowered
  122.     BorderWidth = 3
  123.     Caption = 'Panel3'
  124.     TabOrder = 0
  125.     OnResize = Panel3Resize
  126.     object Edit1: TEdit
  127.       Left = 4
  128.       Top = 3
  129.       Width = 324
  130.       Height = 23
  131.       Hint = 'Type your search string here'
  132.       Font.Charset = DEFAULT_CHARSET
  133.       Font.Color = clWindowText
  134.       Font.Height = -12
  135.       Font.Name = 'Arial'
  136.       Font.Style = []
  137.       ParentFont = False
  138.       ParentShowHint = False
  139.       ShowHint = True
  140.       TabOrder = 0
  141.       OnEnter = Edit1Enter
  142.       OnExit = Edit1Exit
  143.       OnKeyDown = Edit1KeyDown
  144.     end
  145.   end
  146.   object Panel4: TPanel
  147.     Left = 0
  148.     Top = 30
  149.     Width = 322
  150.     Height = 211
  151.     Align = alClient
  152.     BevelOuter = bvNone
  153.     BevelWidth = 2
  154.     BorderStyle = bsSingle
  155.     Color = clWhite
  156.     TabOrder = 1
  157.     object ListBox1: TListBox
  158.       Left = 0
  159.       Top = 0
  160.       Width = 318
  161.       Height = 207
  162.       Hint = 'Double-click to go to person'
  163.       Align = alClient
  164.       BorderStyle = bsNone
  165.       Font.Charset = DEFAULT_CHARSET
  166.       Font.Color = clWindowText
  167.       Font.Height = -12
  168.       Font.Name = 'Arial'
  169.       Font.Style = []
  170.       ItemHeight = 15
  171.       ParentFont = False
  172.       ParentShowHint = False
  173.       ShowHint = True
  174.       TabOrder = 0
  175.       OnDblClick = Button2Click
  176.     end
  177.   end
  178.   object Timer1: TTimer
  179.     Interval = 400
  180.     OnTimer = Timer1Timer
  181.     Left = 32
  182.     Top = 32
  183.   end
  184. end
  185.